home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 3 / Precision Software Applications Silver Collection Volume Three (PSM) (1993).iso / music2 / nohiss12.arj / PLAYVOC.BAT < prev    next >
DOS Batch File  |  1992-12-12  |  2KB  |  33 lines

  1. @echo off
  2. echo off
  3. rem ┌──────────────────────────────────────────────────────────────────────┐
  4. rem │                                                                      │
  5. rem │ Nohiss Player-only batch file.  Please edit this to suit your needs. │
  6. rem │                                                                      │
  7. rem │ To play multiple filenames, try a utility called Wildrun, available  │
  8. rem │ on BBS's/FTP sites as WILD1x.ZIP.  Or send me a post card at the     │
  9. rem │ address below and I'll send it to you.                               │
  10. rem │                                                                      │
  11. rem │ Andy Hakim                                                           │
  12. rem │ PO Box 70392                                                         │
  13. rem │ Houston, TX 77270-0392                                               │
  14. rem │                                                                      │
  15. rem │ Internet email: st144@menudo.uh.edu                                  │
  16. rem │ All my utilities are available via anonymous FTP on menudo.uh.edu    │
  17. rem │                                                                      │
  18. rem └──────────────────────────────────────────────────────────────────────┘
  19. if "%1" == "" goto no_args
  20. nohiss /playi /nopause /noprocess %1
  21. goto end
  22.  
  23.  
  24. :no_args
  25. echo.
  26. echo. This batch file invokes NOHISS in a player-only mode.
  27. echo.
  28. echo. Please specify a .VOC filename (ex: PLAYVOC SAMPLE)
  29. echo. To play multiple files, use a utility such as WILDRUN.
  30. echo.
  31.  
  32. :end
  33.